home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / PSAction / PSActionView.h < prev    next >
Text File  |  1995-06-12  |  166b  |  13 lines

  1. #import <appkit/View.h>
  2.  
  3. @interface PSActionView : View 
  4. {
  5.     id image;
  6. }
  7.  
  8. - drawSelf:(const NXRect *) rects :(int) rectCount;
  9.  
  10. - initFrame:(NXRect *) frameRect;
  11.  
  12. @end
  13.